projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
128cb63
)
fixed a comment
author
Tim Janik
<timj@src.gnome.org>
Mon, 12 Oct 1998 11:24:29 +0000
(11:24 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Mon, 12 Oct 1998 11:24:29 +0000
(11:24 +0000)
gtk/gtkclist.h
patch
|
blob
|
history
diff --git
a/gtk/gtkclist.h
b/gtk/gtkclist.h
index 6ad0c4c3cd993d4e0b4e6b863d8c77ef9128975d..84fd8e5f1a1b59865b89b2bca103f3e3036a3f21 100644
(file)
--- a/
gtk/gtkclist.h
+++ b/
gtk/gtkclist.h
@@
-607,7
+607,10
@@
void gtk_clist_undo_selection (GtkCList *clist);
*/
void gtk_clist_clear (GtkCList *clist);
-/* return the row column corresponding to the x and y coordinates */
+/* return the row column corresponding to the x and y coordinates,
+ * the returned values are only valid if the x and y coordinates
+ * are respectively to a window == clist->clist_window
+ */
gint gtk_clist_get_selection_info (GtkCList *clist,
gint x,
gint y,